Does the autoconfigure for db2 actually help? I've run it on one server but had prblems with setting the logging parameters after that. The parameters specified in the help don't work.
db2 => update db cfg for Domino using LOGFILSIZ 8192
DB20000I The UPDATE DATABASE CONFIGURATION command completed successfully.
db2 => update db cfg for DOMINO using LOGPRIMARY 20
SQL5153N The update cannot be completed because the following relationship would be violated: "softmax <= 100 * logprimary".
softmax is set to 8960 by the autoconfig
db2 => update db cfg for DOMINO using LOGSECOND 4
SQL5153N The update cannot be completed because the following relationship would be violated: "logprimary + logsecond <= 256".
db2 => update db cfg for DOMINO using PCKCACHESZ 50000
DB20000I The UPDATE DATABASE CONFIGURATION command completed successfully.